net/http.http2outflow.n (field)

9 uses

	net/http (current package)
		h2_bundle.go#L1551: 	n int32
		h2_bundle.go#L1562: 	n := f.n
		h2_bundle.go#L1563: 	if f.conn != nil && f.conn.n < n {
		h2_bundle.go#L1564: 		n = f.conn.n
		h2_bundle.go#L1573: 	f.n -= n
		h2_bundle.go#L1575: 		f.conn.n -= n
		h2_bundle.go#L1582: 	sum := f.n + n
		h2_bundle.go#L1583: 	if (sum > n) == (f.n > 0) {
		h2_bundle.go#L1584: 		f.n = sum